encoding/xml.printer.depth (field)

4 uses

	encoding/xml (current package)
		marshal.go#L309: 	depth      int
		marshal.go#L975: 		p.depth--
		marshal.go#L991: 		for i := 0; i < p.depth; i++ {
		marshal.go#L996: 		p.depth++